Keysight Pathwave 89600 VSA .NET API
ChangeMeasurementChannels(SequentialTrackingMode,Int32[]) Method
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Input Class > ChangeMeasurementChannels Method : ChangeMeasurementChannels(SequentialTrackingMode,Int32[]) Method


trackingMode
What sequential input tracking mode to use
logicalChannelIndexes
The zero-based logical channel indexes that correspond to which logical channels to use as measurement channels in the measurement.

Glossary Item Box

Selects which logical channels to use as measurement channels for this measurement and what sequential input tracking mode to use.

Syntax

Visual Basic (Declaration) 
Public Overloads Overridable Sub ChangeMeasurementChannels( _
   ByVal trackingMode As SequentialTrackingMode, _
   ByVal ParamArray logicalChannelIndexes() As Integer _
) 
C# 
public virtual void ChangeMeasurementChannels( 
   SequentialTrackingMode trackingMode,
   params int[] logicalChannelIndexes
)
C++/CLI 
public:
virtual void ChangeMeasurementChannels( 
   SequentialTrackingMode trackingMode,
   ... array<int>^ logicalChannelIndexes
) 

Parameters

trackingMode
What sequential input tracking mode to use
logicalChannelIndexes
The zero-based logical channel indexes that correspond to which logical channels to use as measurement channels in the measurement.

Exceptions

ExceptionDescription
System.ArgumentExceptionIf the array is empty, any values are negative, duplicates of other values in the array, for logical channel indexes that are out of range, or if sequential tracking is not supported by this application version and a value other than None was passed to the trackingMode argument.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

Minimum Software Version Requirement: Keysight PathWave 89600 VSA Ver 26.20

See Also